Xceed .NET Libraries Documentation
Xceed.Synchronization Assembly / Xceed.Synchronization Namespace / SynchronizationEventsSession Class / SetGetFileFromFolderArgs Method / SetGetFileFromFolderArgs(FileSystemItem[],Boolean,Int32,AbstractFolder,AbstractFile) Method


In This Topic
    SetGetFileFromFolderArgs(FileSystemItem[],Boolean,Int32,AbstractFolder,AbstractFile) Method
    In This Topic
    This method is reserved for internal use and should not be called from your code.
    Syntax
    'Declaration
     
    Public Overloads Sub SetGetFileFromFolderArgs( _
       ByVal items() As FileSystemItem, _
       ByVal copyItems As Boolean, _
       ByVal masterItemIndex As Integer, _
       ByVal folder As AbstractFolder, _
       ByVal synchronizationFile As AbstractFile _
    ) 
    'Usage
     
    Dim instance As SynchronizationEventsSession
    Dim items() As FileSystemItem
    Dim copyItems As Boolean
    Dim masterItemIndex As Integer
    Dim folder As AbstractFolder
    Dim synchronizationFile As AbstractFile
     
    instance.SetGetFileFromFolderArgs(items, copyItems, masterItemIndex, folder, synchronizationFile)
    public void SetGetFileFromFolderArgs( 
       FileSystemItem[] items,
       bool copyItems,
       int masterItemIndex,
       AbstractFolder folder,
       AbstractFile synchronizationFile
    )

    Parameters

    items
    copyItems
    masterItemIndex
    folder
    synchronizationFile
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also